File writeln() MethodFile(path).writeln(text, ...) Description The File writeln() method writes a given string to the file. The parameters of this function are concatenated to a single string, and a Line Feed sequence is appended. Returns true on success. If the file is encoded, multiple bytes may be read to create single Unicode characters. Parameters
Returns Boolean. |